You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
TOpenCLValue Class
>
TOpenCLValue Methods
>
TOpenCLValue.RealPart Method
Dew Math for .NET
Example
TOpenCLValue.RealPart Method
var a,b:
TOpenCLValue
; begin CreateIt(a,b);
try
a.Copy(Cplx(2,3));
// = [2+3i]
b.RealPart(a);
// b = [2]
finally
FreeIt(a,b); end; end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home